fix: regenerate lockfile for hotcrm/ai package and remove unused import - #631
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
…d cn import Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix all CI errors related to pnpm lockfile
fix: regenerate lockfile for hotcrm/ai package and remove unused import
Feb 19, 2026
hotlong
marked this pull request as ready for review
February 19, 2026 13:44
Contributor
There was a problem hiding this comment.
Pull request overview
This PR fixes a Vercel CI build failure caused by an outdated lockfile and removes an unused import. The CI error (ERR_PNPM_OUTDATED_LOCKFILE) occurred because the examples/hotcrm/packages/ai/package.json added 5 new dependencies that were not reflected in the lockfile. Additionally, the console build failed due to an unused cn import causing a TypeScript error (TS6133).
Changes:
- Regenerated
pnpm-lock.yamlwith the hotcrm submodule checked out to include all 16 hotcrm workspace packages and their dependencies - Removed unused
cnimport fromapps/console/src/components/ObjectView.tsx
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| pnpm-lock.yaml | Added importers for all 16 hotcrm/packages/* workspaces (ai, analytics, community, core, crm, education, finance, financial-services, healthcare, hr, integration, marketing, products, real-estate, server, support) with their respective dependencies including new packages like axios@1.13.5, zod@4.3.6, @objectstack/cli, @objectstack/spec, and typescript. Also includes transitive dependency updates and removal of some optional markers as a side effect of lockfile regeneration. |
| apps/console/src/components/ObjectView.tsx | Removed unused cn import from the @object-ui/components import statement (verified that cn() is not used anywhere in the file) |
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Vercel CI fails with
ERR_PNPM_OUTDATED_LOCKFILEbecauseexamples/hotcrm/packages/ai/package.jsonadded 5 new dependencies not reflected inpnpm-lock.yaml. Console build also fails on an unused import (TS6133).pnpm-lock.yaml: Regenerated with hotcrm submodule checked out to include@objectstack/cli,@objectstack/spec,axios,zod,typescriptspecifiers from the new@hotcrm/aiworkspace packageapps/console/src/components/ObjectView.tsx: Removed unusedcnimport from@object-ui/componentsOriginal prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.